Skip to content

Latest commit

 

History

History

Page Replacement Algorithms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Page Replacement Algorithms

Compile -

gcc -o main main.c fifo.c lru.c optimal.c

Run

. /main [frame_size] [list of page numbers]

eg - ./main 3 8 6 5 6 4 3 7 5 3 1 9